生成固定范围的数组

生成固定范围的数组

np.linspace(start, stop, num, endpoint)

np.arrange(start, stop, step, dtype)

np.logspace(start, stop, num)